projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33b0dcb
)
Fix typo in prompt.
author
Pavel Janík
<Pavel@Janik.cz>
Sat, 2 Feb 2002 15:52:36 +0000
(15:52 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Sat, 2 Feb 2002 15:52:36 +0000
(15:52 +0000)
lisp/cus-edit.el
patch
|
blob
|
history
diff --git
a/lisp/cus-edit.el
b/lisp/cus-edit.el
index 3b1fcecd4b51d2c343d60878cb6b251469b7ce25..ca11e484f844f4afe647e235caaf51b76ac7a9a3 100644
(file)
--- a/
lisp/cus-edit.el
+++ b/
lisp/cus-edit.el
@@
-812,7
+812,7
@@
If VARIABLE has a `custom-type' property, it must be a widget and the
`:prompt-value' property of that widget will be used for reading the value.
If given a prefix (or a COMMENT argument), also prompt for a comment."
- (interactive (custom-prompt-variable "Set and ave variable: "
+ (interactive (custom-prompt-variable "Set and
s
ave variable: "
"Set and save value for %s as: "
current-prefix-arg))
(funcall (or (get var 'custom-set) 'set-default) var value)